Xbasic

A5_BACKUP_LOGFILE_EXIST Function

Syntax

Result_Flag as L = a5_backup_logfile_exist()

Returns

Result_FlagLogical

Indicates whether a backup log file exists.

Description

The A5_BACKUP_LOGFILE_EXIST() function determines whether a log file has been created when doing a backup.

Example

? a5_backup_logfile_exist()
= .T.

See Also